From: Juanma Barranquero Date: Sat, 5 Jun 2004 01:49:53 +0000 (+0000) Subject: (help-argument-name): Unconditionally inherit from 'italic (pending X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22160 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3da79f585dc7bbb5ed2a579799a95418689bb36c;p=emacs.git (help-argument-name): Unconditionally inherit from 'italic (pending investigation of problem with `supports' in `defface'). --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 03ea5bef653..e8655e8f972 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -238,7 +238,7 @@ KIND should be `var' for a variable or `subr' for a subroutine." file))))) ;;;###autoload -(defface help-argument-name '((((supports :slant italic)) :inherit italic)) +(defface help-argument-name '((t :inherit italic)) "Face to highlight argument names in *Help* buffers.") (defun help-default-arg-highlight (arg)